home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / imagecat.swf / scripts / frame_6 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  269 b   |  14 lines

  1. stop();
  2. set("on","0");
  3. tellTarget("/timer1")
  4. {
  5.    gotoAndPlay(1);
  6. }
  7. pice_in = "0";
  8. while("9" >= pice_in)
  9. {
  10.    setProperty("pice_" add pice_in, _X, random("100") + "470");
  11.    setProperty("pice_" add pice_in, _Y, random("230") + "120");
  12.    pice_in += "1";
  13. }
  14.